docs: shorten the shooter timeout
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Thu, 13 Feb 2014 23:19:36 +0000 (18:19 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 14 Feb 2014 01:59:26 +0000 (20:59 -0500)
docs/tools/shooter.c

index edabe9e67367e1adb111be33bfb6e0a4f3ee81aa..8cefa8bbf7dd250ba307dbe6ea41ea3859b07049 100644 (file)
@@ -265,7 +265,7 @@ on_show (WidgetInfo *info)
   if (shot_id != 0)
     return;
 
-  shot_id = g_timeout_add (1000, (GSourceFunc) shoot_one, info);
+  shot_id = g_timeout_add (500, (GSourceFunc) shoot_one, info);
 }
 
 static gboolean